home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo.
- Echo.
- Echo.
- Echo The Software for the
- Echo.
- echo Multimedia and CD-ROM Directory 1996
- echo.
- Echo will be installed on your hard disk:
- Echo.
- cd appl
- ..\ggcopy -a multimed
- if errorlevel 1 goto ERROR
- lha e tfplmcd.lzh *.*
- if errorlevel 1 goto ERROR
- Echo.
- Echo.
- Echo To start the application please type in:
- Echo.
- Echo multimed
- Echo.
- :ERROR
- ctty nul
- attrib -R tfplmcd.lzh
- attrib -R lha.exe
- del tfplmcd.lzh
- del lha.exe
- ctty con
-